﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p,  dl, dt, dd, ol, ul, li, table, tr, th, td,a ,form{margin:0;padding:0;}
a,img{ border:none;}
body{ font-size:14px; line-height:1.5; font-family:Arial,"microsoft yahei",Helvetica, sans-serif;color:#333; background-color:#fff;}
a{ text-decoration:none; color:#333; }
ul, ol, li{ list-style: none; list-style-type:none; list-style:none;margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
input[type=text],
input[type=password],
input[type=checkbox],
input[type=radio],
input[type=number],
input:focus{
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	outline-offset:0;
	padding: 0;
}
a:hover {text-decoration:none;}
a:focus { outline: none; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
*html{background-image:url(about:blank);background-attachment:fixed;}
.fl, .fr{display: inline; }
.fl{ float: left;}
.fr{float: right; }
.clear{ clear:both;}
.width1200{ width:1200px; margin:0 auto; }
.width980{ width:980px; margin:0 auto; }
.hide{ display:none;}
.red{ color:#F00;}
.h5{ height:5px; clear:both; overflow:hidden;}
.h10{ height:10px; clear:both; overflow:hidden;}
.h12{ height:12px; clear:both; overflow:hidden;}
.h15{ height:15px; clear:both; overflow:hidden;}
.h20{ height:20px; clear:both; overflow:hidden;}
.h30{ height:30px; clear:both; overflow:hidden;}
.h40{ height:40px; overflow: hidden; clear:both;}
.mart20{margin-top: 20px;}
.mart30{margin-top: 30px;}
.ovone{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ovtwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ovthree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

/*头部*/
.header{height:100px;border-bottom:1px solid #d7d7d7;background:#fff}
.header .header-ct logo{width:230px;height:100px}
.header-nav li{float:left}
.header-nav .aside{padding:32px 0}
.header-nav .aside .head-search-wr{height:36px}
.header-nav .aside .head-search-wr .head-search{display:none;position:absolute;z-index:2;width:453px;padding:20px;right:-235px;background:#fff;box-shadow:3px 3px 3px #eee;border:1px solid #ececec}
.header-nav .aside .head-search-wr .head-search.active{display:block}
.header-nav .aside .head-search-wr .input-wr{font-size:0}
.header-nav .aside .head-search-wr .input-wr input{border:none;height:50px;font-size:14px;outline:0}
.header-nav .aside .head-search-wr .input-wr .submit{width:60px;border-top-right-radius:40px;border-bottom-right-radius:40px; cursor:pointer;}
.header-nav .aside .head-search-wr .input-wr .input-txt{width:393px;height:50px;border:1px solid #ececec;border-top-left-radius:40px;border-bottom-left-radius:40px;line-height:50px;padding-left:20px}
.header-nav .aside .head-search-wr .top-triangle{position:absolute;top:-7px;left:234px}
.header-nav .aside li{position:relative;height:36px}
.header-nav .aside li a{display:inline-block;width:36px;height:36px;}
.header-nav .aside li .edit-img{background-position:-36px 0}
.header-nav .aside li .wx-img{background-position:-72px 0}
.header-nav .aside li .blog-img{background-position:-108px 0}
.header-nav .aside li+li{margin-left:15px}
.header-nav .aside .edit-box:hover .edit-wr{display:block}
.header-nav .aside .edit-wr{display:none;position:absolute;right:-82px;z-index:2;width:200px;padding:20px;background:#fff;box-shadow:3px 3px 3px #eee;border:1px solid #ececec}
.header-nav .aside .edit-wr .top-triangle{position:absolute;top:-7px;left:90px}
.header-nav .aside .edit-wr .email-img{width:38px;height:38px}
.header-nav .aside .edit-wr .notice{width:115px;font-size:12px}
.header-nav .aside .wx-code-ct{display:none;position:absolute;z-index:2;padding:10px;right:-76px;width:154px;box-shadow:0 0 5px 2px rgba(178,178,178,.2);border:1px solid #ececec}
.header-nav .aside .wx-code-ct .top-triangle{position:absolute;top:-7px;left:70px}
.header-nav .aside .wx-wr:hover .wx-code-ct{display:block}
.header-nav .aside .wb-code-ct{display:none;position:absolute;z-index:2;padding:10px;right:-60px;width:134px;height:152px;box-shadow:3px 3px 3px #eee;border:1px solid #ececec}
.header-nav .aside .wb-code-ct .top-triangle{position:absolute;top:-7px;left:68px}
.header-nav .aside .wb-wr:hover .wb-code-ct{display:block}
.header-nav .nav{margin-right:40px}
.header-nav .nav li{position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;height:100px;line-height:100px;font-size:16px;cursor:pointer; padding:0 10px;}
.header-nav .nav li a{color:#444}
.header-nav .nav li a img{vertical-align:middle;margin-left:5px}
.header-nav .nav li.active{border-bottom:2px solid #f23835}
.header-nav .nav li.active a{color:#f23835}
.header-nav .nav>li:hover{transition:border-bottom-width .3s ease-in;-webkit-transition:border-bottom-width .3s ease-in;-moz-transition:border-bottom-width .3s ease-in;border-bottom:2px solid #f23835}
.header-nav .nav li:hover a{transition:color .3s ease-in;-webkit-transition:color .3s ease-in;-moz-transition:color .3s ease-in;color:#f23835}
.header-nav .nav li:hover .sub-nav{display:block}
.header-nav .nav>li+li{margin-left:20px}
.header-nav .nav .sub-nav{z-index:10000000;display:none;position:absolute;z-index:9999;left:-88px;width:190px;padding:15px;background:#fff;animation:headerNav .3s ease-in forwards;border:1px solid #ececec}
.header-nav .nav .sub-nav li{float:left;width:50%;height:40px;overflow:hidden;line-height:40px;text-align:center;cursor:pointer}
.header-nav .nav .sub-nav li a{color:#444; font-size:14px;}
.header-nav .nav .sub-nav li:hover a{color:#f23835; border-bottom:0;}
.header-nav .nav .sub-nav li:nth-child(2n+2) {
    /* border-left: 1px solid #efefef; */
}
.header-nav .nav .sub-nav li:nth-child(n+3) {
    /* border-top: 1px solid #efefef; */
}
@keyframes headerNav{0%{transform:scale(.7)}
10%{transform:scale(.74)}
20%{transform:scale(.78)}
30%{transform:scale(.82)}
40%{transform:scale(.86)}
50%{transform:scale(.9)}
60%{transform:scale(.94)}
70%{transform:scale(.96)}
80%{transform:scale(.98)}
90%{transform:scale(.99)}
100%{transform:scale(1)}
}
@-webkit-keyframes headerNav{0%{-webkit-transform:scale(.7)}
10%{-webkit-transform:scale(.74)}
20%{-webkit-transform:scale(.78)}
30%{-webkit-transform:scale(.82)}
40%{-webkit-transform:scale(.86)}
50%{-webkit-transform:scale(.9)}
60%{-webkit-transform:scale(.94)}
70%{-webkit-transform:scale(.96)}
80%{-webkit-transform:scale(.98)}
90%{-webkit-transform:scale(.99)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes headerNav{0%{-moz-transform:scale(.7)}
10%{-moz-transform:scale(.74)}
20%{-moz-transform:scale(.78)}
30%{-moz-transform:scale(.82)}
40%{-moz-transform:scale(.86)}
50%{-moz-transform:scale(.9)}
60%{-moz-transform:scale(.94)}
70%{-moz-transform:scale(.96)}
80%{-moz-transform:scale(.98)}
90%{-moz-transform:scale(.99)}
100%{-moz-transform:scale(1)}
}
.finance-main .right-aside .aside-lc-discuss .discuss-list li{padding:14px 20px;border-top:1px solid #ececec; border-left:2px solid #fff;}

.pc_right .fl_box dd{}
.pc_right .fl_box dd a{display:inline-block;width:85px;height:34px;line-height:34px;background:#fff;border:1px solid #d9d9d9;font-size:14px;margin:0 11px 15px 0;border-radius:34px;text-align:center}

.friend-link-wr{padding-top:5px}

.friend-link-wr .link-item li{float:left;margin:10px 40px 0 0}

/*新加样式*/
.header-nav .aside li .search-img:hover {background-position:left bottom;}
.header-nav .aside li .edit-img:hover{background-position:-36px bottom}
.header-nav .aside li .wx-img:hover{background-position:-72px bottom}
.header-nav .aside li .blog-img:hover{background-position:-108px bottom}
.header-nav .aside .wx-code-ct .gdwx { display:block; width:100%; height:30px; line-height:30px; text-align:center; font-size:12px; color:#f23835; background:#fef1f1;margin-top:165px;}

.header-nav .aside .app-code-xz{display:none;position:absolute;z-index:2;padding:15px 10px 20px 10px;right:-60px; background:#fff;width:134px;box-shadow:0 0 5px 2px rgba(178,178,178,.2);border:1px solid #ececec; font-size:12px; color:#999; text-align:center;}
.header-nav .aside .app-code-xz .top-triangle{position:absolute;top:-7px;left:68px}
.header-nav .aside .app-wr:hover .app-code-xz { display:block;}
.header-nav .aside .app-code-xz .app_xz { display:block; width:108px; height:30px; line-height:30px; text-align:center; background:#fff; border-radius:30px; border:1px solid #f23835; font-size:14px; color:#f23835; margin:15px auto 0 auto; }
.header-nav .aside .app-code-xz .app_xz:hover { background:#f23835; color:#fff;}
.header-nav .aside .app-code-xz .app_xz01 { display:block; width:110px; height:32px; line-height:32px; text-align:center; background:#f23835; border-radius:32px; font-size:14px; color:#fff; margin:10px auto 0 auto; }
.header-nav .aside .app-code-xz .app_xz01:hover { background:#e71f1c;}


/* 页码 */
.page-container{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.page-container .page_second{
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.page-container .page_second a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 30px;
	border: 1px solid #DBDFE5;
	background-color: #FFFFFF;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 16px;
	cursor: pointer;
	padding: 0 2px;
}
.page-container .page_second .active{
	background-color: #F23835;
	color: #FFFFFF;
}
.page-container .page_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #DBDFE5;
	cursor: pointer;
}
.page-container .page_icon img{
	width: 16px;
	height: 16px;
	display: block;
}
.page-container .layui-laypage-curr em{
	color: #FFFFFF;
	background-color: #F23835;
}
.page-container .page_jump{
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #555555;
	margin-left: 15px;
}
.page-container .page_jump input{
	width: 60px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #DBDFE5;
	border-radius: 2px;
	margin: 0 10px;
	text-align: center;
}
.page-container .page_jump_btn{
	width: 60px;
	height: 32px;
	border-radius: 4px;
	cursor: pointer;
	text-align:center;
	line-height: 32px;
	background-color: #F23835;
	color: #FFFFFF;
	margin-left: 20px;
}
.wyrz{display: none}
/*baoxian*/
.tac {text-align: center;}
.plckc_title {height: 60px;line-height: 60px;font-size: 20px;font-weight: bold;color: #333333;}
.xchmnew_main {margin-bottom: 150px;}
.xchmnew_swiper {position: relative;margin-top: -10px;}
.xchmnew_swiper .swiper-container {height: 178px;border-radius: 4px;overflow: hidden;padding: 10px 0;}
.xchmnew_swiper .swiper-slide {box-shadow: 0 0 10px rgba(66, 46, 46, 0.1);}
.xchmnew_swiper .swiper-slide a {display: block;}
.xchmnew_swiper .swiper-slide .item_img {position: relative;display: inline-block;}
.xchmnew_swiper .swiper-slide img {width: 224px;height: 126px;border-radius: 4px 4px 0 0;}
.xchmnew_swiper .swiper-slide .item_num {position: absolute;z-index: 10;right: 0;bottom: 0;height: 24px;line-height: 24px;border-radius: 4px;overflow: hidden;}
.xchmnew_swiper .swiper-slide .item_num span {display: block;min-width: 30px;padding: 0 5px 0 22px;font-size: 12px;color: #FFFFFF;}
.xchmnew_swiper .swiper-slide .item_num .b_mask {content: "";display: block;position: absolute;z-index: -1;border-radius: 4px;top: 0;right: 0;bottom: 0;left: 0;background: #000;opacity: .5;}
.xchmnew_swiper .swiper-prev,
.xchmnew_swiper .swiper-next {position: absolute;z-index: 100;border-radius: 50%;box-shadow: 0 0 16px rgba(153, 153, 153, 0.24);top: 64px;width: 40px;height: 40px;cursor: pointer;}
.xchmnew_swiper .swiper-prev {left: -18px;}
.xchmnew_swiper .swiper-next {right: -18px;transform: rotate(-180deg);}
.xchmnew_swiper .item_bot {padding: 14px 15px; } 
.xchmnew_swiper .item_bot h3 {font-size: 15px; color: #333333; font-weight: normal; line-height: 25px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xchmnew_swiper .item_bot h3:hover {color: #F23835;}
.xchmnew_swiper .item_play .play_bg {border-radius: 4px 4px 0 0; }
.xchmnew_swiper .swiper-slide .item_img:before {content: "";display: block;z-index: 10;position: absolute; left: 50%; top: 50%; z-index: 10; width: 2.5rem; height: 2.5rem; transform: translate(-50%,-50%); }
.xchmnew_ad2 {margin:20px auto 30px;}
.xchmnew_ad2 img {width: 1200px;height: auto;}
.xchmnew_lsid {width: 260px;}
.xchmnew_cont {width: 920px;}
.xchmnew_lsid .slid_nav {padding: 24px 40px;background: #fff;box-shadow: 0 0 16px rgba(196, 196, 196, 0.4);margin-bottom: 20px;}
.slid_nav ul li {margin-bottom: 12px;}
.slid_nav ul li:last-child {margin-bottom: 0;}
.slid_nav ul li a {text-align: center;display: block;height: 40px;line-height: 40px;border-radius: 20px;font-size: 18px;}
.slid_nav ul li img {display: inline-block;vertical-align: middle;margin-right: 16px;font-size: 18px;color: #333333;}
.slid_nav ul .nav_tb.active a {background: #F23835;color: #fff;}
.slid_nav ul .nav_tb .tb_img1 {display: none;}
.slid_nav ul .nav_tb.active .tb_img2 {display: none;}
.slid_nav ul .nav_tb.active .tb_img1 {display: inline-block;}
.xchmnew_lsid .slid-bxzx {background: #fff;padding-bottom: 24px;border:1px solid #EFEFEF;border-radius: 4px 4px 0 0;}
.slid-bxzx .bxzx-title {position: relative;z-index: 2;text-align: center;border-radius: 4px 4px 0 0;height: 48px;line-height: 48px;background: #FF6434;font-size: 18px;color: #fff;font-weight: bold;}
.bxzx-title .sjx-l {position: absolute; left: -7px;bottom: -7px; width:0px; height:0px; border-top:7px solid #FF6434; border-right:7px solid transparent; border-bottom:7px solid transparent; border-left:7px solid transparent; transform: rotate(135deg); }
.bxzx-title .sjx-r {position: absolute; right: -7px;bottom: -7px; width:0px; height:0px; border-top:7px solid #FF6434; border-right:7px solid transparent; border-bottom:7px solid transparent; border-left:7px solid transparent; transform: rotate(-135deg); }
.slid-bxzx .bxzx-intr {margin: 0 10px;padding: 15px 20px 15px 86px;box-sizing: border-box;height: 130px;}
.slid-bxzx .bxzx-intr .intr-m .m-name{font-size: 16px;color: #333333;font-weight: bold;margin-right: 10px;}
.slid-bxzx .bxzx-intr .intr-m .m-study {font-size: 12px;color: #666;}
.slid-bxzx .bxzx-intr .intr-work {font-size: 12px;color: #666;margin-top: 6px;}
.slid-bxzx .bxzx-intr .intr-ys {font-size: 13px;color: #666666;line-height: 24px;margin-top: 10px;}
.slid-bxzx .bxzx-intr .intr-ys .red {color: #FD4A2C;}
.slid-bxzx .bxzx-wxcode {margin:12px 10px 0;border:1px solid #FFEADA;padding: 3px 10px;}
.slid-bxzx .bxzx-wxcode ul li {padding: 7px 0;border-bottom: 1px dashed #EFEFEF;}
.slid-bxzx .bxzx-wxcode ul li:last-child {border-bottom: none;}
.slid-bxzx .bxzx-wxcode img {width: 86px;height: 86px;}
.slid-bxzx .bxzx-wxcode .wxcd-box {line-height: 24px;margin-left: 8px;margin-top: 19px;width: 120px;}
.slid-bxzx .bxzx-wxcode .wxcd-box h4 {color: #FF6434;font-size: 13px;font-weight: normal;}
.slid-bxzx .bxzx-wxcode .wxcd-box p {color: #333;font-size: 15px;}
.xchmnew_lsid .slid-bxwd {margin-top: 20px;border:1px solid #ECECEC;padding: 0 23px 5px;}
.slid-bxwd .slid-title {height: 56px;line-height: 56px;border-bottom: 1px solid #F0F0F0;}
.slid-bxwd .slid-title .title {font-size: 18px;font-weight: bold;color: #444;}
.slid-bxwd .slid-title .more {font-size: 12px;color: #888888;line-height: 30px;margin-top: 13px;}
.slid-bxwd .slid-title .more:hover {color: #F23835;}
.slid-bxwd ul li {border-bottom: 1px solid #F0F0F0;padding-bottom: 15px;padding-top: 7px;}
.slid-bxwd ul li:last-child {border-bottom: none;}
.slid-bxwd ul li a {line-height: 26px;display: block;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/}
.slid-bxwd ul li a:hover {color: #F23835;}
.slid-bxwd ul li .bxwd-bot {line-height: 20px;font-size: 12px;color: #999999;margin-top: 5px;}
.slid-bxwd ul li .bxwd-bot .brow {margin-left: 10px;display: inline-block;padding-left: 18px;}

.xchm-bxzs .yw_item {display: block;position: relative;padding: 24px 20px 24px 18px;border-bottom: 1px solid #EFEFEF;height: 156px;}
.xchm-bxzs .yw_item:hover,.xchm-bxzs .yw_item:first-of-type {box-shadow: 0 0 16px rgba(196, 196, 196, 0.24);}
.xchm-bxzs .yw_item:last-of-type {border-bottom: none;}
.xchm-bxzs .yw_item img {position: absolute;top: 20px;left: 18px;width: 240px;height: 156px;border-radius: 6px;}
.xchm-bxzs .yw_item .item_intr {margin-left: 266px;height: 156px;position: relative;}
.xchm-bxzs .yw_item .item_intr h2 {font-size: 20px;color: #333333;font-weight: bold;line-height: 28px;min-height: 36px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.xchm-bxzs .yw_item .item_intr h2:hover {color: #F23835;}
.xchm-bxzs .yw_item .item_intr > p {margin-top: 15px;line-height: 22px;height: 44px;font-size: 14px;color: #999999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.xchm-bxzs .yw_item .intr_bot25 {position: absolute; left: 0; bottom: 0; right: 0;line-height: 24px; font-size: 12px; color: #999999;}
.xchm-bxzs .yw_item .intr_bot25 .u-tag {display: inline-block;margin-left: 20px;}
.xchm-bxzs .yw_item .intr_bot25 .u-tag span {margin-right: 14px;display: inline-block;padding: 0 9px;height: 22px;line-height: 22px;background: #F4F4F4;border-radius: 4px;color: #888888;}
.xchm-bxzs .yw_item .intr_bot25 .u-class {display: inline-block;}
.xchm-bxzs .yw_item .intr_bot25 .u-class span {margin-right: 14px;display: inline-block;padding: 0 9px;height: 22px;line-height: 22px;color: #888888; border: 1px solid #F4F4F4;}
.xchm-bxzs .yw_item .intr_bot25 .time {padding-left: 18px;}

/*分页*/
.cpinfo_page {padding-top: 55px;height: 38px;}
.cpinfo_page .page_box {display: inline-block;}
.cpinfo_page a,.cpinfo_page span {float: left;display: block;border:1px solid #DDDDDD;height: 38px;line-height: 38px;background: #fff;box-sizing: border-box;}
.cpinfo_page a {width: 38px;margin-right: 8px;}
.cpinfo_page a.active {background: #F23835;border:1px solid #F23835;color: #fff;}
.cpinfo_page span {padding: 0 10px;cursor: pointer;}
.cpinfo_page .page_prev {margin-right: 8px;}
.cpinfo_page .nopage {color: #999999;cursor: default;}
.xchm-bxcp ul li {height: 68px;line-height: 68px;border-bottom: 1px solid #EFEFEF;position: relative;padding-left: 43px;}
.xchm-bxcp ul li:last-child {border-bottom: none;}
.xchm-bxcp ul li:before {content: "";display: block;position: absolute;left: 18px;top: 31px;width: 6px;height: 6px;border-radius: 50%;background: #E8E8E8;}
.xchm-bxcp ul li a {font-size: 18px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}
.xchm-bxcp ul li a:hover {color: #F23835;}
.xchm-bxcp .li-c .c-ty {color: #AAAAAA;}
.xchm-bxcp .li-c {padding-right: 58px;position: relative;}
.xchm-bxcp .li-c .icon-fx,
.xchm-bxcp .li-c .icon-db {position: absolute;text-align: center;width: 40px;height: 20px;line-height: 20px;top: 24px;right: 0;font-size: 12px;color: #fff;border-radius: 2px;}
.xchm-bxcp .li-c .icon-fx {background: #50AEFF;}
.xchm-bxcp .li-c .icon-db {background: #FF9000;}
.xchm-bxcp .li-c .sjx-i {position: absolute; left: -8px;top:6px; width:0px; height:0px; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid transparent;}
.xchm-bxcp .li-c .icon-fx .sjx-i {border-right:4px solid #50AEFF; }
.xchm-bxcp .li-c .icon-db .sjx-i {border-right:4px solid #FF9000; }
.xchmnew_more .yw_more {padding: 50px 0 0 0;}
.xchm-bxtol {padding: 0 24px 0 28px;}
.xchm-bxtol ul li {position: relative;padding: 22px 0;border-bottom: 1px solid #EFEFEF;}
.xchm-bxtol ul li:after {content: "";display: block; clear: both; height: 0; visibility: hidden;}
.xchm-bxtol .bxtol-l {width: 132px;margin-right: 12px;text-align: center;}
.xchm-bxtol .bxtol-l img {width: 76px;height: 76px;}
.xchm-bxtol .bxtol-l span {display: block;margin-top: 10px;font-size: 14px;color: #666666;}
.xchm-bxtol .bxtol-c dl dt {font-size: 20px;color: #333333;font-weight: bold;margin-bottom: 20px;}
.xchm-bxtol .bxtol-c dl dd {position: relative;line-height: 30px;font-size: 14px;color: #666666;padding-left: 12px;}
.xchm-bxtol .bxtol-c dl dd:before {content:"";display: block;position: absolute;top: 13px;left: 0;width: 4px;height: 4px;border-radius: 50%;background: #999999;}
.xchm-bxtol .bxtol-btn {position: absolute;display: block;top: 54px;right: 24px;width: 120px;height: 40px;line-height: 40px;text-align: center;border:1px solid #7593EE;border-radius: 4px;font-size: 14px;color: #0084FF;font-weight: bold;}
.xchm-bxtol .bxtol-btn.red {border:1px solid #FF4B2D;color: #FF4B2D;}

/*csaihome*/
.bgff {background: #fff;}
.tac {text-align: center;}
.schome_title {padding-top: 10px;height: 76px;}
.schome_title .tt {display: inline-block;line-height: 76px;font-size: 22px;color: #333;font-weight: bold;}
.schome_title .tt .red {color: #F23835;}
.schome_yuedu {padding: 44px 0;}
.schome_yuedu .yuedu_box {box-shadow: 0 0 23px rgba(77, 21, 21, 0.09);background: #fff;overflow: hidden;border-radius:10px;overflow: hidden;}
.schome_yuedu .yuedu_wz {width: 660px;height: 164px;padding: 30px 48px 30px 32px;}
.schome_yuedu .yuedu_wz dl dt {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.schome_yuedu .yuedu_wz dl dt a {font-size: 20px;color: #000000;}
.schome_yuedu .yuedu_wz dl dt a:hover {color: #F23835;}
.schome_yuedu .yuedu_wz dl dt .tag {display: inline-block;font: 16px;font-weight: bold;color: #fff;padding: 2px 7px;background: #FF3E3B;border-radius: 15px 15px 15px 0;margin-right: 10px;}
.schome_yuedu .yuedu_wz dl dd {font-size: 12px;line-height: 22px;color: #888;margin-top: 15px;height: 44px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.schome_yuedu .yuedu_wz ul {margin-top: 15px;}
.schome_yuedu .yuedu_wz ul li {float: left;width: 50%;padding-right: 15px;box-sizing: border-box;line-height: 38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.schome_yuedu .yuedu_wz ul li i{color: #ff3e3b;}
.schome_yuedu .yuedu_wz ul li a {font-size: 15px;color: #333333;}
.schome_yuedu .yuedu_wz ul li a:hover {color: #F23835;}
.schome_yuedu .yuedu_code {width: 460px;height: 194px;padding-top: 30px;background: url(../img/bander2.png) left top no-repeat;background-size: 100% 100%;}
.yuedu_rad,.yuedu_rad img {width: 460px;height: 224px;display: block;}
.schome_yuedu .yuedu_code .cd_l {margin-left: 54px;}
.schome_yuedu .yuedu_code .cd_l h3 {font-size: 21px;color: #F6BF5F;font-weight: bold;margin-bottom: 15px;}
.schome_yuedu .yuedu_code .cd_l ul li {width: 160px;margin-bottom: 10px;margin-right: 40px;}
.schome_yuedu .yuedu_code .cd_l ul li span {display: block;width: 150px;border: 1px solid #a3b0bb;height: 32px;line-height: 32px;box-sizing: border-box;font-size: 16px;color: #fff;text-align: center;cursor: pointer;}
.schome_yuedu .yuedu_code .cd_img img {width: 160px;height: 160px;}
.schome_yuedu .yuedu_code .cd_l ul li.active {background: url(../img/selk.png) left top no-repeat;background-size: 100% 100%;}
.schome_yuedu .yuedu_code .cd_l ul li.active span {border:none;font-weight: bold;}
.schome_xlyad {padding: 56px 0 64px;min-width: 1200px;}
.schome_xlyad .xly_rk {width: 685px;}
.schome_xlyad .xly_rk img {width: 100%;height: auto;}
.schome_xlyad ul {width: 455px;margin-left: 60px;}
.schome_xlyad ul li {height: 130px;padding: 0 30px;display: flex;align-items: center;overflow: hidden;background: #fff;margin-bottom: 20px;border-radius:65px 65px 65px 0px;}
.schome_xlyad ul li:last-child {margin-bottom: 0;}
.schome_xlyad ul li img {margin-right: 20px;flex-shrink: 0;}
.schome_xlyad ul li p {line-height: 28px;font-size: 16px;color: #333;}

/* banner */
.schome_banner{position: relative;z-index: 10;height: 400px;min-width: 1200px;overflow: hidden;line-height: 1;}
.schome_banner .banner_bg{position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);top: 0;width: 1920px;height: 400px;}
.schome_banner .w1200{position: relative;z-index: 10;display: flex;flex-direction: column;height: 400px;justify-content: center;}
.schome_banner .banner_title{font-size: 44px;color: #FFFFFF;font-weight: bold;}
.schome_banner .banner_txt{font-size: 30px;color: #FFFFFF;margin-top: 25px;}
.schome_banner .banner_consult{width: 1200px;display: flex;align-items: center;justify-content: space-between;margin-top: 50px;}
.schome_banner .consult_item{width: 234px;height: 146px;background: #FFFFFF;box-sizing: border-box;padding: 0 10px;display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 1;border-radius: 6px;cursor: pointer;}
.schome_banner .consult_item .tuijian{display: inline-block;font-weight: bold;
    color: #fff;
    padding: 4px 5px;
    background: #FF3E3B;
    border-radius: 15px 15px 15px 0;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    z-index: 10;}
.schome_banner .consult_recom{position: absolute;left: 6px;top: 5px;z-index: 10;width: 24px;height: 26px;}
.schome_banner .item_img{width: 100px;border-radius: 6px;background: #DEDEDE;overflow: hidden;}
/*.schome_banner .item_img img{width: 100%;height: 100%;}*/
.schome_banner .item_info{display: flex;flex-direction: column;}
.schome_banner .item_title{display: flex;align-items: center;justify-content: space-between;width: 108px;}
.schome_banner .item_title_txt{font-size: 18px;color: #000000;margin-right: 10px;/*margin-top: 20px;*/}
.schome_banner .item_v{width: 18px;height: 14px;}
.schome_banner .item_txt{margin-top: 18px;font-size: 14px;color: #999999;}
.schome_banner .item_btn{width: 76px;height: 32px;margin-top: 18px;display: flex;align-items: center;justify-content: center;background: #FF3E3B;border-radius: 6px;font-size: 14px;color: #FFFFFF;}
.schome_banner .item_btn img{width: 22px;height: 23px;margin-right: 4px;}
.schome_banner .item_btn a{color: #FFFFFF}

.swiperbt-prev,.swiperbt-next {position: absolute;top: 0;width: 28px;height: 28px;}
.swiperbt-prev.swiper-button-disabled,.swiperbt-next.swiper-button-disabled {opacity: .5;}
.swiperbt-prev {left: 0;transform: rotate(-180deg);}
.swiperbt-next {right: 0;}
.swiper_pnum {text-align: center;line-height: 28px;}
.swiper_pnum span {font-size: 32px;color: #fff;}
.swiper_pnum i {font-size: 20px;color: #E6E6E6;}
.schome_title .tit_link {position: relative;margin-top: 23px;display: block;padding: 0 23px 0 14px;background: #fff;border-radius: 15px;height: 30px;line-height: 30px;box-shadow: 0 0 8px rgba(66, 46, 46, 0.09);font-size: 13px;color: #666666;}
.schome_title .tit_link:after {content: "";display: block;position: absolute;width: 5px;height: 8px;top: 10px;right: 14px;}


/* 笔记首页 */
.sketches_top{width: 1200px;height: 52px;margin: 0 auto;margin-top: 10px;display: flex;align-items: center;justify-content: space-between;background: #F5F5F5;border-radius: 6px;}
.sketches_top .top_tab{display: flex;align-items: center;}
.sketches_top .top_tab a{height: 52px;line-height: 52px;font-size: 18px;color: #333333;padding: 0 5px;margin-left: 20px;}
.sketches_top .top_tab .tab_cur{color: #FF3E3B;}
.sketches_top .top_handle{display: flex;align-items: center;margin-right: 15px;}
.sketches_top .top_handle a{position: relative;z-index: 1;padding: 0 20px;height: 52px;line-height: 52px;font-size: 16px;color: #999999;}
.sketches_top .top_handle a::before{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 2px;height: 15px;background-color: #E1E1E1;}
.sketches_top .top_handle a:last-child::before{width: 0;}
.sketches_top .top_handle a.active{color: #FF3E3B;}

.sketches_main{width: 1200px;margin: 20px auto;box-sizing: border-box;border: 1px solid #E0E0E0;border-radius: 6px;line-height: 1;}
.sketches_main .sketches_item{width: 100%;display: flex;flex-direction: column;box-sizing: border-box;padding: 24px 45px 30px 30px;border-bottom: 1px dashed #E6E6E6;}
.sketches_main .sketches_item:last-child{border-bottom: 0;}
.sketches_main .item_title{font-size: 20px;color: #333333;font-weight: bold;line-height: 42px;text-align: justify;}
.sketches_main .item_user,.user_info_box .item_user{display: flex;align-items: center;margin-top: 10px;}
.sketches_main .user_img,.user_info_box .user_img{width: 48px;height: 48px;margin-right: 12px;border-radius: 24px;}
.sketches_main .user_info,.user_info_box .user_info{display: flex;flex-direction: column;}
.sketches_main .user_name,.user_info_box .user_name{font-size: 16px;color: #333333;font-weight: bold;}
.sketches_main .user_txt,.user_info_box .user_txt{font-size: 14px;color: #666666;padding:0 5px;}
.sketches_main .user_notes,.user_info_box .user_notes{display: flex;align-items: center;margin-top: 6px;}
.sketches_main .user_notes span,.user_info_box .user_notes span{display: inline-block;padding: 0 7px;height: 22px;line-height: 22px;background: #F4F4F4;border-radius: 2px;font-size: 12px;color: #666666;margin-right: 10px;}
.sketches_main .item_cont{margin-left: 60px;margin-top: 10px;font-size: 16px;color: #333333;line-height: 32px;text-align: justify;}
.sketches_main .item_readAll{display: flex;align-items: center;margin-left: 60px;margin-top: 10px;font-size: 16px;color: #5E96E2;cursor: pointer;}
.sketches_main .item_readAll img{margin-left: 4px;width: 11px;height: 5px;}
.sketches_main .item_bot{margin-left: 60px;margin-top: 25px;display: flex;align-items: center;justify-content: space-between;}
.sketches_main .item_bot_li{display: flex;align-items: center;cursor: pointer;font-size: 14px;color: #666666;}
.sketches_main .item_bot_li img{width: 18px;height: 18px;margin-right: 6px;}
.wznr_box .user_info_box{display: inline-flex; align-items: center;}
.wznr_box .user_info_txt{padding: 0 5px;}

/* 个人主页 */
.mine_banner{position: relative;z-index: 10;height: 340px;min-width: 1200px;overflow: hidden;line-height: 1;}
.mine_banner .banner_bg{position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);top: 0;width: 1920px;height: 340px;}
.mine_banner .w1200{position: relative;z-index: 10;display: flex;align-items: center;height: 340px;}
.mine_banner .banner_img_box{width: 200px;height: 208px;background: #FFFFFF;border-radius: 10px;overflow: hidden;margin-right: 50px;}
.mine_banner .banner_img{width: 200px;height: 208px;}
.mine_banner .banner_info{display: flex;flex-direction: column;flex: 1;flex-shrink: 1;}
.mine_banner .info_title{display: flex;align-items: flex-end;}
.mine_banner .info_name{font-size: 34px;color: #FFFFFF;font-weight: bold;}
.mine_banner .info_name_txt{margin-left: 12px;margin-bottom: 2px;font-size: 20px;color: #FFFFFF;}
.mine_banner .info_notes{display: flex;align-items: center;margin-top: 12px;}
.mine_banner .info_notes_li{display: flex;align-items: center;height: 27px;margin-right: 12px;padding: 0 8px;background: rgba(0, 0, 0, 0.12);font-size: 14px;color: #FFFFFF;}
.mine_banner .info_notes_li img{margin-right: 5px;width: 20px;height: 20px;}
.mine_banner .banner_intr{margin-top: 35px;font-size: 16px;color: #FFFFFF;line-height: 30px;}

.mine_flex{display: flex;align-items: flex-start;justify-content: space-between;margin: 0 auto;margin-top: 35px;width: 1200px;}
.mine_flex_left{width: 880px;display: flex;flex-direction: column;}
.mine_right{width: 300px;display: flex;flex-direction: column;}

.mine_minute{width: 100%;box-sizing: border-box;margin-bottom: 40px;border-radius: 6px;border: 1px solid #E0E0E0;}
.mine_minute .minute_title{height: 68px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #EFEFEF;}
.mine_minute .minute_title_name{position: relative;z-index: 1;margin-left: 25px;font-size: 22px;color: #333333;font-weight: bold;height: 100%;line-height: 75px;}
.mine_minute .minute_title_name span{color: #FF3E3B;}
.mine_minute .minute_title_name::before{content: '';position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 36px;height: 2px;background: #FF3E3B;}
.mine_minute .minute_more{margin-right: 25px;line-height: 75px;font-size: 18px;color: #999999;}
.mine_minute .minute_item{width: 100%;padding: 28px 30px 40px 30px;display: flex;flex-direction: column;box-sizing: border-box;border-bottom: 1px dashed #E6E6E6;}
.mine_minute .minute_item:last-child{border-bottom: 0;}
.mine_minute .item_title{font-size: 20px;color: #333333;line-height: 1.8;font-weight: bold;}
.mine_minute .item_cont{display: flex;align-items: flex-start;margin-top: 10px;}
.mine_minute .item_cont_user{width: 44px;height: 44px;border-radius: 22px;margin-right: 15px;}
.mine_minute .item_cont_p{font-size: 16px;line-height: 2;color: #333333;}
.mine_minute .item_readAll{display: inline-block;font-size: 16px;color: #5E96E2;cursor: pointer;}
.mine_minute .item_readAll img{width: 11px;height: 5px;margin-left: 4px;margin-top: 13px;}
.mine_minute .item_bot{margin-left: 60px;display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.mine_minute .item_bot_li{display: flex;align-items: center;font-size: 14px;color: #666666;}
.mine_minute .item_bot_li img{width: 18px;height: 18px;margin-right: 6px;}
.mine_minute .minute_none{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 60px 0;font-size: 20px;color: #999999;}
.mine_minute .minute_none img{width: 156px;height: 140px;margin-bottom: 20px;}
.mine_minute_w1200{width: 1200px;margin: 0 auto;}

.his_item{width: 100%;box-sizing: border-box;padding-bottom: 20px;padding-top: 20px;border-radius: 6px;border: 1px solid #E0E0E0;margin-bottom: 20px;line-height: 1;}
.his_item .item_title{display: flex;align-items: center;justify-content: space-between;padding: 0 15px;}
.his_item .item_title_label{font-size: 16px;color: #333333;font-weight: bold;}
.his_item .item_title_label i{font-style: normal;color: #FF3E3B;}
.his_item .item_title_more{font-size: 14px;color: #999999;}
.his_item .item_link{display: flex;flex-direction: column;padding: 0 15px;padding-top: 1px;}
.his_item .item_link a{position: relative;z-index: 1;padding-left: 8px;font-size: 14px;color: #333333;margin-top: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.his_item .item_link a:hover{color: #FF3E3B;}
.his_item .item_link a::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 4px;border-radius: 2px;background: #EBC9C7;}

.mine_tabs{width: 1200px;margin: 35px auto;height: 52px;background: #F5F5F5;border-radius: 6px;display: flex;align-items: center;}
.mine_tabs span{height: 52px;line-height: 52px;padding: 0 22px;font-size: 18px;color: #333333;cursor: pointer;}
.mine_tabs .tabs_cur{color: #FF3E3B;}

/* 入驻 */
.entry_banner{position: relative;z-index: 10;height: 282px;min-width: 1200px;overflow: hidden;line-height: 1;}
.entry_banner .banner_bg{position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);top: 0;width: 1920px;height: 282px;}
.entry_banner .w1200{position: relative;z-index: 10;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 282px;}
.entry_banner .banner_name{font-size: 48px;color: #E8C38C;font-weight: bold;text-shadow: 0px 6px 10px rgba(6,8,5,0.91);}
.banner_btn{margin-top: 40px;width: 294px;height: 68px;text-align: center;line-height: 68px;background: #FF3E3B;border-radius: 10px;font-size: 30px;color: #FFFFFF;}

.entry_box{padding-top: 55px;padding-bottom: 70px;line-height: 1;background: #FFFFFF;}
.entry_box .w1200{position: relative;z-index: 1;}
.entry_box .box_name{display: flex;align-items: center;justify-content: center;}
.entry_box .box_name img{width: 60px;height: 26px;}
.entry_box .box_name_txt{margin: 0 20px;font-size: 36px;color: #1E2831;font-weight: bold;}
.entry_box .group_list{display: flex;align-items: center;justify-content: space-between;margin-top: 45px;}
.entry_box .group_item{width: 280px;height: 220px;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #FFFFFF;border-radius: 5px;box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);font-size: 20px;color: #333333;}
.entry_box .group_item img{width: 120px;height: 120px;margin-bottom: 20px;}

.entry_platform{padding-top: 65px;padding-bottom: 0;box-sizing: border-box;position: relative;z-index: 1;min-width: 1200px;overflow: hidden;line-height: 1;height: 585px;}
.entry_platform .platform_bg{position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);top: 0;width: 1920px;height: 585px;}
.entry_platform .w1200{position: relative;z-index: 10;display: flex;flex-direction: column;align-items: center;}
.entry_platform .box_name_txt{color: #FFFFFF;}
.entry_platform .platform_notes{margin-top: 20px;font-size: 24px;color: #CFCFD0;}
.entry_platform .platform_notes_txt{margin-top: 8px;font-size: 20px;color: #CFCFD0;}
.entry_platform .platform_list{display: flex;align-items: flex-start;justify-content: space-between;margin-top: 68px;width: 100%;}
.entry_platform .platform_item{display: flex;flex-direction: column;align-items: center;}
.entry_platform .platform_item_icon{width: 74px;height: 74px;}
.entry_platform .platform_item_name{margin-top: 10px;font-size: 24px;color: #FFFFFF;}
.entry_platform .platform_item_cont{margin-top: 30px;width: 310px;font-size: 18px;color: #CFCFD0;line-height: 30px;text-align: center;}

.entry_box .advant_notes{display: block;text-align: center;margin-top: 20px;font-size: 20px;color: #999999;}
.entry_box .advant_box{width: 1200px;position: relative;z-index: 1;margin-top: 100px;padding-top: 32px;padding-bottom: 80px;height: 202px;}
.entry_box .advant_img{width: 211px;height: 202px;position: absolute;z-index: 10;bottom: 80px;left: 50%;transform: translateX(-50%);}
.entry_box .advant_item{position: absolute;z-index: 2;display: flex;flex-direction: column;}
.entry_box .advant_item_l{align-items: flex-end;}
.entry_box .advant_item_r{align-items: flex-start;}
.entry_box .item_name{font-size: 22px;color: #333333;font-weight: bold;}
.entry_box .item_txt{margin-top: 10px;font-size: 18px;color: #999999;line-height: 28px;}
.entry_box .advant_item_l .item_txt{text-align: right;}
.entry_box .advant_item:nth-child(1){top: 0;right: 740px;}
.entry_box .advant_item:nth-child(2){top: 0;left: 740px;}
.entry_box .advant_item:nth-child(3){top: 97px;right: 767px;}
.entry_box .advant_item:nth-child(4){top: 118px;left: 757px;}
.entry_box .advant_item:nth-child(5){top: 236px;right: 693px;}
.entry_box .advant_item:nth-child(6){top: 241px;left: 680px;}

.entry_consult{position: relative;z-index: 1;min-width: 1200px;overflow: hidden;height: 593px;padding-top: 65px;box-sizing: border-box;}
.entry_consult .consult_bg{position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);top: 0;width: 1920px;height: 593px;}
.entry_consult .w1200{display: flex;flex-direction: column;align-items: center;}
.entry_consult .consult_ewm{width: 192px;height: 192px;box-sizing: border-box;border-radius: 10px;border: 4px solid #FF3E3B;margin-top: 50px;}
.entry_consult .consult_ewm img{width: 184px;height: 184px;border-radius: 10px;}
.entry_consult .consult_ewm_txt{margin-top: 25px;font-size: 16px;color: #999999;}
.entry_consult .consult_phone{display: flex;align-items: center;margin-top: 12px;font-size: 16px;color: #333333;}
.entry_consult .consult_phone img{width: 20px;height: 20px;margin-right: 8px;}
.entry_consult .consult_btn{margin-top: 40px;width: 510px;height: 74px;background: #FF3E3B;border-radius: 10px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.entry_consult .consult_btn_txt{font-size: 20px;color: #FFFFFF;}
.entry_consult .consult_btn_lb{display: flex;align-items: center;font-size: 14px;color: rgba(255, 255, 255, 0.7);margin-top: 8px;}
.entry_consult .consult_btn_lb img{width: 21px;height: 21px;margin-right: 6px;}


/*  */
.mine_banner .info_tags{display:flex;align-items:center;margin-top:12px}
.mine_banner .info_tag_item{display:flex;align-items:center;height:27px;margin-right:12px;padding:0 8px;padding-right:15px;background:rgba(0,0,0,0.12);font-size:14px;color:#FFFFFF;border-radius:0 14px 14px 0}
.mine_banner .info_tag_item img{margin-right:5px;width:23px;height:23px}
.mine_serve{width:1200px;margin:0 auto;margin-top:50px;margin-bottom:5px}
.mine_serve_title{font-weight:bold;font-size:22px;color:#333333;line-height:40px}
.mine_serveWrap{display:flex;justify-content:flex-start;margin-top:30px}
.serve_itemwrap{position:relative;display:flex;align-items:center;width:386px;height:120px;}
.serve_itemwrap.noRight{filter:grayscale(100%)}
.serve_itemwrap:nth-child(3n){margin-right:0}
.serve_item{display:flex;justify-content:space-between;width:100%;padding:0 30px;align-items:center}
.serve_tips{position:absolute;left:0;top:0;height:26px;line-height:26px;background:#26D3B4;border-radius:10px 0px 10px 0px;font-size:12px;color:#fff;padding:0 5px}
.serve_item_l{font-size:14px;color:#666666}
.serve_item_l .s_title{font-weight:bold;font-size:20px;color:#010000;margin-bottom:5px}
.serve_item_r{min-width:104px;height:34px;line-height:34px;background:#26D3B4;border-radius:18px 16px 18px 16px;padding:0 5px;box-sizing:border-box;font-size:16px;color:#FFFFFF;text-align:center}
.serve_bg2 .serve_item_r{background:#FF3E3B}
.serve_bg3 .serve_item_r{background:#2076E7}
.xxzl-pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}
.xxzl-pop-bj{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}
.xxzl-pop-xxzycontent{position:fixed;top:50%;left:50%;width:390px;transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);background:white;border-radius:10px;box-sizing:border-box}
.xxzl_title{position:absolute;left:192px;top:15px;font-size:18px;}
.xxzl-close-pop{position:absolute;right:23px;top:15px;width:14px;height:14px;cursor:pointer}
.xxzl-main-xxzycontent{padding-top:40px;padding-bottom:30px}
.minfo_wrap{text-align:center}
.minfo_img{position:relative;width:54px;height:54px;border-radius:50%;margin:0 auto}
.minfo_img img{width:54px;height:54px;border-radius:50%}
.minfo_img .fixed-v{position:absolute;right:-5px;bottom:-5px;width:21px;height:21px}
.minfo_name{font-weight:bold;font-size:16px;color:#010000;margin-top:15px}
.minfo_name span{font-size:12px;color:#666666;font-weight:normal;margin-left:10px}
.minfo_wx{width:120px;height:120px;background:#F9F9F9;border-radius:6px;margin:0 auto;margin-top:20px}
.minfo_wxtip{margin-top:15px;font-size:14px;color:#333333}
.minfo_bz{font-size:12px;color:#999;margin-top:25px}
.minfo_bz span{color:#FF3E3B}
.minfo_phone{margin-top:15px;font-weight:bold;font-size:26px;color:#FF3E3B}
.minfo_phone img{vertical-align:middle;margin-right:5px}
.mzx_wrap{border-top:1px solid #F4F4F4;margin-top:15px;padding:0 35px;box-sizing:border-box}
.mzx_consult{display:flex;align-items:center;width:100%;background:#FFF7F7;border-radius:10px;margin-top:20px;padding:20px 20px;box-sizing:border-box}
.mzx_consult .consult_img_box{width:48px;height:48px;position:relative;z-index:1;margin-right:12px}
.mzx_consult .consult_img_box .fixed-v{position:absolute;right:-5px;bottom:-5px;width:21px;height:21px}
.mzx_consult .consult_img{width:48px;height:48px;border-radius:24px}
.mzx_consult .consult_info{display:flex;flex-direction:column}
.mzx_consult .info_title{display:flex;align-items:center}
.mzx_consult .info_title_name{font-size:16px;color:#000000;font-weight:bold}
.mzx_consult .info_title_txt{margin-left:6px;font-size:12px;color:#FF3E3B}
.mzx_consult .info_title_pic{margin-left:8px;width:17px;height:17px}
.mzx_consult .info_mtags{display:flex;align-items:center;margin-top:5px}
.mzx_consult .info_mtags span{position:relative;display:inline-block;font-size:12px;color:#666;padding-right:12px;margin-right:10px}
.mzx_consult .info_mtags span::after{content:'';position:absolute;right:0;top:6px;height:8px;width:1px;background:#DFDFDF}
.mzx_consult .info_mtags span:last-child::after{width:0}
.mzx_consult .info_notes{display:flex;align-items:center;margin-top:8px}
.mzx_consult .info_notes span{display:inline-block;height:22px;padding:0 7px;line-height:22px;border:1px solid #FF3E3B;border-radius:2px;font-size:12px;color:#FF3E3B;margin-right:7px}
.yq_form_sm{display:flex;justify-content:flex-start;margin-top:16px}
.yq_form_sm_span{line-height:34px;width:62px;font-size:14px;display:flex;justify-content:end;}
.yq_form_sm_span em{color:#F9272B}
input[type=text].yq_form_ys{flex:1;font-size:14px;height:34px;line-height:34px;background:#FFFFFF;border-radius:6px;border:1px solid #F4F4F4;padding:0 10px;box-sizing:border-box}
.yq_form_yswrap{display:flex;justify-content:space-between;flex:1;font-size:14px;height:34px;line-height:34px;background:#FFFFFF;border-radius:6px;border:1px solid #F4F4F4;padding:0px 0 0 10px;box-sizing:border-box}
.yq_form_yswrap .ecv2_yzmCod_btn{padding:0 10px;margin-top:8px;line-height:18px;height:18px;border-left:1px solid #F0F0F0;color:#FF3E3B;cursor: pointer;}
.yq_form_textarea{width:100%;height:80px;background:#F6F6F6;border-radius:6px;font-size:14px;border:0;outline:none;padding:12px;font-family:Arial,"microsoft yahei",Helvetica,sans-serif;resize:none;box-sizing:border-box}
.ecv2_form_subBtn{display:block;height:36px;background:#FF3E3B;border-radius:6px;text-align:center;line-height:36px;color:#fff;font-size:16px;margin-top:20px;cursor: pointer;}
.home-fixed-bot{height:88px;width:100%;position:fixed;left:0;bottom:0px;background-color:#242E86;display:block;transition:0.3s;z-index:99}
.home-fixed-bot .yy-adv-btn{display:block;font-size:16px;color:#FFF;line-height:25px;position:absolute;top:-24px;left:50%;margin-left:-38px;text-align:center;cursor:pointer;border-bottom:25px solid #1F2B73;border-left:12px solid transparent;border-right:12px solid transparent;height:0;width:76px}
.home-fixed-bot .bottom-area{height:100px;width:1200px;margin:0 auto;position:relative;padding:15px 0;transition:0.3s}
.home-fixed-bot .bottom-area .recom-span{width:48px;height:48px;display:block;position:absolute;left:0;top:19px}
.home-fixed-bot .bottom-area .recom-span .img{border-radius:50%;width:48px;height:48px}
.home-fixed-bot .bottom-area .recom-span .fixed-v{position:absolute;right:-5px;bottom:-5px;width:21px;height:21px}
.home-fixed-bot .bottom-area .main-right{margin-left:60px;color:#ffffff;padding-top:3px}
.bottom-area .main-right .info-name{font-size:16px;font-weight:bold;line-height:25px}
.bottom-area .main-right .info-name .info-name-icon{position:relative;top:3px}
.bottom-area .main-right .info-name .intro-p-word{font-size:12px;font-weight:normal;opacity:0.8}
.bottom-area .main-right .info-flag{margin-bottom:10px}
.bottom-area .main-right .info-flag .flag-span{background-color:#171F67;padding:2px 5px;font-size:12px;border-radius:3px;margin-right:10px;}
.bottom-area .main-right .info-status{font-size:14px;color:#FDB100;font-weight:normal;margin-left:10px}
.bottom-area .main-right .info-status img{position:relative;top:7px;margin-right:0px}
.bottom-area .contact-btn{position:absolute;right:0;top:23px}
.bottom-area .bot-btn{display:block;border-radius:6px;float:right;margin-left:20px;width:130px;height:42px;text-align:center;line-height:42px;color:#ffffff;font-size:16px}
.bottom-area .bot-btn.ydy-record{background-color:#FB1D1D}
.bottom-area .bot-btn img{position:relative;top:11px;margin-right:4px;height:18px}
.bottom-area .bot-btn.tell{background-color:#FB1D1D}
.bottom-area .bot-btn.wechat{background-color:#62B900}
.bottom-area .info_notes{display:flex;align-items:center;margin-top:5px}
.bottom-area .info_notes_li{display:flex;align-items:center;height:27px;margin-right:12px;padding:0 8px;background:rgba(0,0,0,0.12);font-size:14px;color:#FFFFFF}
.bottom-area .info_notes_li img{margin-right:5px;width:20px;height:20px}
.home-fixed-bot .yy-adv-btn.open_span{display:block}
.home-fixed-bot .yy-adv-btn.hide_span{display:none}
.home-fixed-bot.showhide{height:0}
.home-fixed-bot.showhide .yy-adv-btn.open_span{display:none}
.home-fixed-bot.showhide .yy-adv-btn.hide_span{display:block}

/* 2024-10-24 新增弹窗 */
.instant_answer .instant_model{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:600;width:650px;background:#FFFFFF;border-radius:10px;padding-top:46px;padding-bottom:40px;line-height:1;display:flex;flex-direction:column;align-items:center}
.instant_answer .inst_close{position:absolute;top:15px;right:15px;width:12px;height:12px;cursor:pointer}
.instant_answer .inst_title{font-size:28px;color:#333333}
.instant_answer .inst_title_txt{font-size:22px;color:#666666;margin-top:15px}
.instant_answer .inst_user{margin-top:12px;width:90px;height:90px;border-radius:50%}
.instant_answer .inst_username{display:flex;align-items:center;justify-content:center;margin-top:18px;font-size:22px;color:#333333}
.instant_answer .inst_username .this{color:#FF3E3B;display:flex;align-items:center}
.instant_answer .inst_username .this i{width:9px;height:9px;background:#FF3E3B;border-radius:50%;margin:0 2px}
.instant_answer .inst_ewm{width:204px;height:204px;margin-top:20px}
.instant_answer .inst_ewm_txt{margin-top:18px;font-size:22px;color:#999999}
.w1200{ width:1200px; margin:0 auto; }
.w980{ width:980px; margin:0 auto; }
.hide{ display:none;}
img {vertical-align: top; max-width: 100%;}
/*公共头部*/
.csnav_header {height: 80px;border-bottom: 1px solid #F1F1F1;background: #fff;position: relative;z-index: 3000;}
.csnav_logo {margin-top: 23px;}
.csnav_logo img {height: 34px;vertical-align: middle;}
.csnav_logo span{color: #888888;}
.csnav_ct {padding: 10px 0;margin-left: 30px;}
.csnav_ct li {float: left;padding: 0 15px;position: relative;}
.csnav_ct li > a {display: block;height: 60px;line-height: 60px;font-size: 16px;}
.csnav_ct li > a:hover {color: #F23835;}
.csnav_ct li.active > a {color: #F23835;font-weight: bold;}
.csnav_ct .ctxl_box {display: none;position: absolute;z-index: 10;top:50px;width: 136px;left: 50%;margin-left: -68px;padding-top: 20px;}
.csnav_ct .ctxl_box:before {content: "";display: block;position: absolute;z-index: 20;top: 0;left: 0;right: 0;height: 20px;}
.csnav_ct .ctxl_ul {position: relative;z-index: 10;margin-top: -5px;padding-top: 10px;background: #fff;text-align: center;box-shadow:0 0 10px rgba(62, 49, 48, 0.2);padding-bottom: 5px;}
.csnav_ct .ctxl_ul .ctxl_li a {display: block;height: 40px;line-height: 40px;font-size: 13px;color: #333333;} 
.csnav_ct .ctxl_ul .ctxl_li a:hover {color: #F23835;}
.csnav_ct .navAnim{display: block;animation: headerNav .3s ease-in forwards;}
.csnav_header .csnav_rt_login{
	width: 90px;
	height: 28px;
	background: #FF443D;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin-top: 25px;
}
.csnav_header .csnav_rt_r a:hover{
	color: #FFFFFF;
	font-weight: normal;
}
.csnav_rt{
	display: flex;
	align-items: center;
}
.csnav_header .csnav_rt_user_box{height: 28px;line-height: 28px;font-size: 16px;color: #666;margin-top: 25px;}
.csnav_header .csnav_rt_user_box .csnav_rt_user{margin-right: 12px;}
.csnav_header .csnav_rt_user_box a:hover{color: #666;font-weight: normal;}
.csnav_rt .rt_iput {position: relative;margin-top: 23px;height: 34px;width: 140px;border:1px solid #E5E5E5;border-radius: 18px;margin-right: 20px;}
.csnav_rt .rt_iput input {outline: none;border:none;height: 32px;border-radius: 17px;margin-left: 18px;width: 115px;font-size: 14px;}
.csnav_rt .rt_login, .csnav_rt .rt_register {line-height: 16px;padding: 0 10px;color: #666666}
.csnav_rt .rt_login {margin-left: 10px;}
.csnav_rt .rt_bhme {margin-top: 23px; margin-left: 10px; height: 34px; line-height: 34px; border: 1px solid #E5E5E5; border-radius: 18px; font-size: 14px; padding: 0 15px 0 15px; color: #666; background-size: 14px auto; }
.csnav_rt a:hover {color: #F23835;font-weight: bold;}
.csnav_rt .rt_iput .rt_search {position: absolute;right: 15px;top: 0;display: block;width: 18px;height: 34px;cursor: pointer;}
.csnav_rt .ctxl_box {display: none;position: absolute;z-index: 10000;top:50px;width: 136px;left: 50%;margin-left: -68px;padding-top: 20px;}
.csnav_rt .ctxl_box:before {content: "";display: block;position: absolute;z-index: 20;top: 0;left: 0;right: 0;height: 20px;}
.csnav_rt .navAnim{display: block;animation: headerNav .3s ease-in forwards;}
.csnav_rt .navrt_item {position: relative;}
.ecv2_header .left{float: left;line-height: 34px;display: flex;align-items: center;}
.ecv2_header a{color: #666666;font-size: 12px;}
.csnav_rt_w{width: 78px;text-align: center;}
.csnav_ct li.ct_xl > a.cz {background: none;padding-right: 0;}
.csnav_ct .ctxl_ul .simg {width: 120px;height: 120px;margin: 6px 0;}

.ecv2_container {width: 1200px;margin: 0 auto;}
.ecv2_header {background-color: #f6f6f6;border-bottom: 1px solid #e6e6e6;width: 100%;height: 34px;color: #666666;}
.ecv2_header_tools .fr {line-height: 34px;}
.ecv2_header_tools .fr span {margin-left: 28px;}
.csnav_header .xcth{position: relative;}
.csnav_header .xcth .tip{position: absolute;right: -52px;top: 12px;width: 65px;line-height: 20px;text-align: center;font-size: 12px;color: #fff;border-radius: 10px;background: red;}
/*公共底部*/
.schome_footer {background: #333436;padding: 10px 0 36px;min-width: 1200px;}
.schome_footer .footer_top {padding-bottom: 16px;border-bottom: 1px solid #3D3E40;}
.schome_footer .footer_top h4 {font-size: 15px;color: #D2D2D2;text-align: center;line-height: 42px;}
.schome_footer .footer_top p {font-size: 12px;color: #999;line-height: 22px;}
.schome_footer .footer_bt {position: relative;}
.schome_footer .footer_bt ul.bt_link {padding: 20px 0;border-bottom: 1px solid #3D3E40;}
.schome_footer .footer_bt .bt_bq {margin-top: 28px;}
.schome_footer .footer_bt ul.bt_link li {margin-right: 25px;float: left;line-height: 30px;}
.schome_footer .footer_bt ul.bt_link li a {display: block;margin-top: 8px;height: 15px;line-height: 15px;padding-right: 25px;border-right: 1px solid #505155;font-size: 14px;color: #fff;}
.schome_footer .footer_bt ul.bt_link .kfph {margin-left: 50px;font-size: 13px;color: #999;padding-left: 36px;}
.schome_footer .footer_bt ul.bt_link .kfph span {font-size: 24px;}
.schome_footer .footer_bt ul.bt_link li:last-child a{border: 0;}
.schome_footer .footer_bt .bt_bq p, .schome_footer .footer_bt .bt_bq a {font-size: 12px; color: #999; line-height: 22px; }

.schome_footer .footer_bt .bt_code {position: absolute;z-index: 10;top: 20px;right: 0;text-align: center;}
.schome_footer .footer_bt .bt_code img {width: 90px;height: 90px;}
.schome_footer .footer_bt .bt_code p {font-size: 12px;color: #999;line-height: 36px;}
.schome_footer .footer_bt .bt_bq p .xyarc {border: none;margin-top: -9px;margin-left: 10px;width: 108px;height: 38px;}
.colf23 {color: #F23835;}
/*主体*/
.schome_tgtop {background: #FCF8F7;padding: 32px 0 15px;}
.schome_tgtop .tgtop_zs {position: relative;width: 250px;height: 350px;background-size: 100% auto;box-shadow: 0 0 19px rgba(66, 46, 46, 0.12);border-radius: 8px;overflow: hidden;}
.schome_tgtop .tgtop_zs .zs_ct {padding: 24px 24px 0;}
.schome_tgtop .tgtop_zs .zs_title {font-size: 18px;color: #353535;font-weight: bold;}
.schome_tgtop .tgtop_zs .zs_title span {color: #FE3330;}

.schome_tgtop .tgtop_zs .zs_ct ul li {float: left;min-width: 50%;}
.schome_tgtop .tgtop_zs .zs_ct ul li a {font-size: 13px;color: #333333;line-height: 32px;display: block;}
.schome_tgtop .tgtop_zs .zs_ct ul li a:hover {color: #F23835;}
.schome_tgtop .tgtop_zs .zs_adv {position: absolute;left: 0;bottom: 0;right: 0;height: 100px;border-radius: 3px;overflow: hidden;}
.schome_tgtop .tgtop_zs .zs_adv > img {width: 250px;height: 100px;}
.schome_adv {position: relative;}
.scadv_btn {position: absolute;z-index: 10;right: 0;bottom: 0;}
.scadv_btn .adv_name {width:32px;height: 16px;cursor: pointer;}
.scadv_btn .adv_close {width:16px;height: 16px;cursor: pointer;}
/*轮播图*/
.schome_tgtop .tgtop_swiper {width: 570px;height: 350px;border-radius: 6px 0 0 6px;overflow: hidden;position: relative;}
.schome_tgtop .tgtop_swiper .swiper-container {width: 100%;height: 100%;}

.schome_tgtop .tgtop_swiper .swiper-pagination-bullet {width: 11px;height: 11px;background: #fff;opacity: 1;}
.schome_tgtop .tgtop_swiper .swiper-pagination-bullet-active {background: #ff9242;box-sizing: border-box;}
.schome_tgtop .tgtop_swiper img{width: 100%;height: 100%;}
.schome_tgtop .tgtop_swiper .swiper-container-horizontal>.swiper-pagination{text-align: right; padding-right: 30px; box-sizing: border-box;}
.schome_tgtop .tgtop_zx {position: relative;width: 360px;height: 350px;background: #fff;border-radius: 0 6px 6px 0;overflow: hidden;}
.schome_tgtop .tgtop_zx .zx_box{padding: 25px 20px 15px;height: 320px;}
.schome_tgtop .zx_adv {position: absolute; left: 20px; bottom: 15px; right: 20px; height: 86px;overflow: hidden;}
.schome_adv img {width: 100%;height: 100%;}
.schome_tgtop .tgtop_zx .h3 {display: block;font-size: 20px;font-weight: bold;line-height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;}
.schome_tgtop .tgtop_zx .h3:hover {color: #F23835;}
.schome_tgtop .tgtop_zx .zx_p {margin-top: 15px;position: relative;}
.schome_tgtop .tgtop_zx .zx_p a{display: block;font-size: 18px;line-height: 42px;overflow: hidden;height: 42px;text-overflow: ellipsis;white-space: nowrap;}
.schome_tgtop .tgtop_zx .zx_p a:hover {color: #F23835;}
.mrl25{margin-left: 25px;}
.tgtop_tit {height: 60px;line-height: 60px;margin-top: 5px;}
.tgtop_tit .tit_img {width: 120px;height: 22px;vertical-align: middle;}
.tgtop_tit .tit_link {position: relative;margin-top: 15px;display: block;padding: 0 23px 0 14px;background: #fff;border-radius: 15px;height: 30px;line-height: 30px;box-shadow: 0 0 8px rgba(66, 46, 46, 0.09);font-size: 13px;color: #666666;}
.tgtop_tit .tit_link:after {content: "";display: block;position: absolute;width: 5px;height: 8px;top: 10px;right: 14px;}
.schome_kcrank {background: #fcf8f7;padding-bottom: 18px;min-width: 1200px;}
.tgtop_kt .kt_item {float: left;margin-right: 24px;margin-bottom: 20px;width: 282px;border-radius: 6px;overflow: hidden;background: #fff;}
.tgtop_kt .kt_item:hover {box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);}
.tgtop_kt .kt_item:nth-of-type(4n+4) {margin-right: 0;}
.tgtop_kt .kt_item .item_img {position: relative;height: 160px;overflow: hidden;}
.tgtop_kt .kt_item .item_img:hover:before,.schome_banner .sub_kcbox ul li .item_img:hover:before {content: "";display: block;z-index: 10;position: absolute; left: 50%; top: 50%; z-index: 10; width: 2.5rem; height: 2.5rem;  transform: translate(-50%,-50%); }
.tgtop_kt .kt_item .item_img:hover:after,.schome_banner .sub_kcbox ul li .item_img:hover:after {content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 5;background: #000;opacity: .3}
.tgtop_kt .kt_item .item_img > img {width: 100%;height: 160px;}
.tgtop_kt .kt_item .item_num {position: absolute;z-index: 10;right: 0;bottom: 0;height: 24px;line-height: 24px;border-radius: 6px 0 0 0;overflow: hidden;}
.tgtop_kt .kt_item .item_num span {display: block;min-width: 30px;padding: 0 5px 0 22px;font-size: 12px;color: #FFFFFF;}
.tgtop_kt .kt_item .item_num .b_mask {content: "";display: block;position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #000;opacity: .5;}
.tgtop_kt .kt_item .item_bot {padding: 14px 15px;}
.tgtop_kt .kt_item .item_bot div {height: 24px;overflow: hidden;}
.tgtop_kt .kt_item .item_bot h3,
.tgtop_kt .kt_item .item_bot p {line-height: 25px;height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tgtop_kt .kt_item .item_bot h3 {font-size: 15px;color: #333333;font-weight: normal;}
.tgtop_kt .kt_item .item_bot p {font-size: 12px;color: #999999;margin-top: 0.2rem;}
.tgtop_kt .kt_item .item_bot h3:hover {color: #F23835;font-weight: bold;}
.item_play {position: absolute;z-index: 50;top: 0;right: 0;bottom: 0;left: 0;}
.item_play .play_bg {width: 100%;height: 100%;background: #000;opacity: .5;}
.item_play .play_img {position: absolute;z-index: 55;top: 50%;left: 50%;margin-top: -23px;margin-left: -23px;width: 46px;height: 46px;}
.icon_play {display: block;position: absolute;left: 0;top: 12px;width: 18px;height: 18px;}
.tgtop_video .video_item .item_bot {font-size: 12px;color: #888888;line-height: 25px;padding: 12px 15px 8px;}
.tgtop_video .video_item .item_bot .bot_num {margin-top: 4px;}
.tgtop_video .video_item .item_bot .hot {display: block;line-height: 25px;padding-left: 18px;}
.tgtop_video .video_item .item_bot .time {display: block;line-height: 25px;padding-left: 15px;}
.tgtop_cp {margin-top: 5px;padding-left: 160px;height: 160px;box-shadow: 0 0 23px rgba(66, 46, 46, 0.08);border-radius: 5px;overflow: hidden;}
.tgtop_cp ul {padding: 40px 0;}
.tgtop_cp ul li {float: left;padding-left: 50px;width: 415px;}
.tgtop_cp ul li:first-child {margin-right: 70px;}
.tgtop_cp ul li h3 {font-size: 20px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tgtop_cp ul li h3:hover {color: #F23835;}
.tgtop_cp ul li p {font-size: 12px;color: #888888;line-height: 22px;margin-top: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.yw_adv {height: 80px;margin-top: 22px;}
.schome_yw {background: #fff;padding-top: 1px;}
.schome_yw .yw_model {margin-top: 34px;position: relative;}
.schome_yw .yw_nav {width: 260px;background: #fff; box-shadow: 0 0 23px rgba(66, 46, 46, 0.08);border-radius: 5px;overflow: hidden;}
.schome_yw .yw_nav ul li {height: 50px;border-bottom: 1px solid #EFEFEF;padding: 0 18px;}
.schome_yw .yw_nav ul li a {display: block;height: 100%;line-height: 64px;font-size: 18px;color: #444444;}
.schome_yw .yw_nav ul li.active a {color: #F23835;}
.schome_yw .yw_nav ul li a:hover {color: #F23835;}

.schome_yw .yw_nav ul li img {width: 50px;height: 50px;margin-right: 37px;}
.schome_yw .yw_nav .nav_code {text-align: center;padding: 24px 0;}
.schome_yw .yw_nav .nav_code img {width: 100px;height: 100px;}
.schome_yw .yw_nav .nav_code .code_p {text-align: center;font-size: 12px;color: #666666;margin-top: 10px;line-height: 20px;display: inline-block;}
.schome_yw .yw_nav .nav_code .code_p .line {display: inline-block;width: 30px;height: 1px;background: #E7E7E7;margin: 9.5px 10px;}
.schome_yw .yw_cont {width: 890px;}
.schome_yw .yw_item {display: block;position: relative;padding: 20px 20px 23px 7px;border-bottom: 1px solid #EFEFEF;height: 156px;}
.schome_yw .yw_item:hover {background: #F5F5F5;}
.schome_yw .yw_item img {position: absolute;top: 20px;left: 7px;width: 240px;height: 156px;border-radius: 6px;}
.schome_yw .yw_item .item_intr {margin-left: 265px;height: 156px;position: relative;}
.schome_yw .yw_item .item_intr h2 {font-size: 20px;color: #333333;font-weight: bold;line-height: 28px;min-height: 36px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.schome_yw .yw_item .item_intr h2:hover {color: #F23835;}
.schome_yw .yw_item:first-child {padding-top: 10px;}
.schome_yw .yw_item:first-child img {top: 10px;}
.schome_yw .yw_item .item_intr > p {margin-top: 15px;line-height: 22px;height: 44px;font-size: 14px;color: #999999;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

.schome_yw .yw_item .item_intr .intr_bot {position: absolute;left: 0;bottom: 0;right: 0;line-height: 24px;font-size: 12px;color: #999999;}
.schome_yw .yw_item .item_intr .intr_bot .stit {display: inline-block;margin-right: 10px;padding: 0 8px;height: 20px;line-height: 20px;border:1px solid #DBDBDB;border-radius: 2px;}
.schome_yw .yw_item .item_intr .intr_bot .tagbox {padding-left: 25px;}
.schome_yw .yw_item .item_intr .intr_bot .tagbox a {margin-right: 15px;font-size: 12px; color: #999999;}
.schome_yw .yw_item .item_intr .intr_bot .tagbox a:hover {color: #F23835;} 
.schome_yw .yw_item .item_intr .intr_bot .tagbox a:last-of-type {margin-right: 0px;}
.schome_yw .yw_item .item_intr .intr_bot .share {display: block;margin-left: 25px;width: 20px;height: 20px;background-size: 20px auto;cursor: pointer;}
.schome_yw .yw_item .item_intr .intr_bot .t_adv {display: inline-block; margin-right: 10px; padding: 0 8px; height: 20px; line-height: 20px; border: 1px solid #FFD08C; border-radius: 2px;color: #FA6400;cursor: pointer;}
.schome_yqlink {padding: 20px 0;background: #f5f5f5;min-width: 1200px;}
.schome_yqlink .title {display: block;width: 100px;line-height: 32px;font-size: 14px;color: #666666;}
.schome_yqlink ul {width: 90%;}
.schome_yqlink ul li {float: left;margin-right: 20px;}
.schome_yqlink ul li a {display: block;font-size: 14px;color: #666666;line-height: 32px;}
.schome_yqlink ul li a:hover {color: #F23835;}
/*广告弹框*/
.ggsm_tc{display:none;position:fixed;z-index:99999;left:50%;top:50%;transform: translate(-50%,-50%);width:330px;background:#fff;border:3px solid #ff8f8d;padding:20px;font-size:14px;border-radius:5px;line-height:22px;box-shadow:rgba(0,0,0,.5) 0 0 10px;color:#666}
.ggsm_tc .gb_tc{display:block;position:absolute;right:5px;top:5px;width:14px;height:14px;}

/**/
.schome_sdfix {display: none;position: fixed;z-index: 100;right: 11px;bottom: 20%;width: 55px;height: 55px;border-radius: 50%;box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);cursor: pointer;}
.schome_yw .yw_more, .schome_yw .yw_more_load {text-align: center;padding: 50px 0 70px;}
.schome_yw .yw_more a, .schome_yw .yw_more_load a{position: relative;text-align: left;display: inline-block;width: 65px;padding: 0 20px 0 20px;height: 40px;line-height: 40px;border-radius: 20px;border:1px solid #FF8149;font-size: 16px;color: #F23835;}
.schome_yw .yw_more a:hover {background: #f23835;color: #fff;}
.schome_yw .yw_more_load a {background: #f23835;color: #fff;}
.schome_yw .yw_more_load a:after {content: "";display:block;position: absolute;right: 20px;top: 10px;width: 19px;height: 19px;}

.hm__right__article__banner{width: 250px;height: 100px;}
/*左右切换广告样式*/
#slide-holder {z-index : 40;width : 100%;height : 86px;position : absolute;}
#slide-holder #slide-runner {top :0px;left :0px;width :100%;height : 86px;overflow : hidden;position : absolute;}
#slide-holder img {margin : 0;display : none;position : absolute; width:100%; height:86px;}
#slide-holder #slide-controls {left : 0;bottom : 0px;width :100%;height : 26px;display : none;position : absolute;}
#slide-holder #slide-controls #slide-nav {float : right;height :10px;display : inline;margin :8px 8px 0 0;}
#slide-holder #slide-controls #slide-nav a {float : left;width : 10px;height : 10px;display : inline;font-size : 10px;margin : 0 5px 0 0;line-height : 10px;font-weight : bold;text-align : center;text-decoration : none;background-position : 0 0;background-repeat : no-repeat;}
#slide-holder #slide-controls #slide-nav a.on {background-position : 0 -24px;background:#ff9242;}
#slide-holder #slide-controls #slide-nav a {background:#fff; border-radius:10px;}

.navfix1 {position: fixed; top: 0; } 
.navfix2 {position: relative; bottom: 30px; }
.scadv_btnlt{position: absolute;z-index: 100;top: 0;left: 0;right: auto;bottom: auto;}
.tgtop_right{box-shadow: 0 0 19px rgba(66, 46, 46, 0.12);}
/*返回顶部*/
.float_menu{width:55px;position:fixed;right:10px;z-index:999;bottom:110px}
.float_menu li{box-sizing: border-box;width:53px;height:53px;background:#fff;color:#444;font-size:12px;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;position:relative}
.float_menu li#f-top{position:relative;display: none;text-align:center;width:53px;height:53px;background-color:#fff;overflow:hidden;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-radius: 50%;box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);}
.float_menu li#f-top a{width:53px;height:53px;display:block;cursor:pointer;}
.float_menu li#f-top a i{font-size: 20px;margin-top: 12px;}
.float_menu li#f-top:hover a{background-color:#f23835;}
.float_menu li#f-top:hover {border: none;}
/**/

@keyframes headerNav{0%{transform:scale(.7)}
0%{-webkit-transform:scale(.7)}
50%{-webkit-transform:scale(.9)}
100%{-webkit-transform:scale(1)}
}
@-webkit-keyframes headerNav{0%{-webkit-transform:scale(.7)}
0%{-webkit-transform:scale(.7)}
50%{-webkit-transform:scale(.9)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes headerNav{0%{-moz-transform:scale(.7)}
0%{-moz-transform:scale(.7)}
50%{-moz-transform:scale(.9)}
100%{-moz-transform:scale(1)}
}
.xchmnew_swiper .swiper-slide img:hover {opacity: .7;}
/*百科*/

.bgff{background: #fff;}
.width840 {width: 840px;}
.width330 {width: 330px;}
.pd20 {padding:20px;}
.baike_main{background: #f3f3f3;padding-bottom:60px;}
.baike_hdbtn{height: 85px;border-bottom: 1px solid #e4e4e4;}
.baike_hdbtn ul {padding-top:23px;}
.baike_hdbtn ul li {float: left;margin-left: 15px;height: 36px;line-height: 36px;border-radius: 18px;border:1px solid #d9d9d9;min-width: 85px;text-align: center;font-size: 14px;color: #444444;background: #fff;}
.baike_hdbtn ul li.hover {background: #f23835;color: #fff;}
.baike_hdbtn ul li.hover a {color: #fff;}
.bk_lunbo {background: #fff;}
.bk_lunbo .swiper-slide img {width: 515px;height: 250px;}
.bk_lunbo .swiper-slide .bk_lunbo_word {width: 575px;padding: 0 20px 0 40px;text-align: left;height: 250px;}
.bk_lunbo .swiper-slide{padding: 20px 0;height: 250px;}
.bk_lunbo_word .hd{font-size: 28px;color: #333333;height: 65px;line-height: 65px;}
.bk_lunbo_word > p{font-size: 15px;color: #888888;line-height: 30px;height: 120px;display: block;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.bk_lunbo_word .lbwd_bot {font-size: 14px;color: #999999;height: 50px;line-height: 50px;margin-top: 15px;}
.bk_lunbo_word .lbwd_bot span{display: inline-block;margin-right: 30px;}
.bk_lunbo .swiper-container-horizontal>.swiper-pagination-bullets {bottom:35px;}
.bk_lunbo .swiper-pagination {text-align: right;right: 40px;width: auto;}
.bk_lunbo .swiper-pagination-bullet {border-radius: 6px;width: 12px;height: 12px;}
.bk_lunbo .swiper-pagination-bullet-active {background: #f23835;width: 24px;}

.bk_loans_hd{height: 3px;border-bottom:1px solid #e4e4e4;height: 60px;line-height: 60px;margin-top:20px;}
.bk_loans_hd h3 {float: left;padding-left: 15px;color: 333;font-weight: normal;}
.bk_loans_hd a {float: right;height: 20px;line-height: 20px;margin-top: 20px; font-size: 14px;color: #f23835;padding-right: 20px;}
.bk_loans_bd {margin-top: 30px;}
.bk_loans_bd ul li {float: left;width: 288px;margin:0 15px 15px 0;}
.bk_loans_bd ul li:nth-child(4n){margin-right: 0px;}
.bk_loans_bd ul li img {width: 288px;height: 139px;display: block;}
.bk_loans_bd ul li .loans_intr {height: 105px;padding:10px 20px;background: #fff;}
.bk_loans_bd .loans_intr span{font-size: 18px;color: #333333;height: 50px;line-height: 50px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.bk_loans_bd .loans_intr p{font-size: 14px;color: #888888;line-height: 25px;height: 50px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.bklist_more {margin-top: 30px;height: 48px;line-height: 48px;text-align: center;color: #949393;font-size: 16px;border: 1px solid#dcdcdc;border-radius: 2px;cursor: pointer;}

.bkedt_intr {background: #fff;margin-bottom:30px;}
.bkedt_crumbs {height: 65px;line-height: 65px;}
.bkedt_crumbs,.bkedt_crumbs a,.bkedt_crumbs span{font-size: 12px;color: #989898}
.bkedt_news {padding-bottom: 30px;}
.bkedt_news .news_cont{margin:0 30px;}
.bkedt_news img {float: left;width: 600px;height: 290px;margin-right: 30px;}
.bkedt_news h1{height: 60px;line-height: 60px;font-weight: normal;font-size: 28px;color: #333333;}
.bkedt_news p{font-size: 16px;color: #888888;line-height: 30px;}
.bkedt_news .news_bot{line-height: 40px;font-size: 14px;color: #999999;margin-top: 20px;}
.bkedt_news .news_bot span {margin-right: 30px;}
.bkedt_indxl {padding:0 30px;}
.bkedt_indxl .title{height: 60px;line-height: 60px;font-size: 18px;color: #333333;font-weight: bold;border-bottom:1px solid #f0f0f0;}
.bkedt_indxl .title i{padding-right: 10px;color: #f23532;}
.indxl_bd {padding:10px 0;}
.indxl_bd ul li{float: left;width: 33%;height: 35px;line-height: 35px;cursor: pointer;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.indxl_bd ul li.active a, .indxl_bd ul li:hover a {color: #f23835;}
.bkedt_banking {margin-top: 20px;padding:30px;}
.bkedt_card > h3 {display: block;border-bottom: 1px solid #eee;font-size: 18px;color: #333333;font-weight: bold;padding-left: 15px;}
.bkedt_card > h3:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    background: #f23532;
    transform: translateY(-50%);
    border-radius: 22px;
}
.bkedt_card > p {margin-top:20px; font-size: 14px;color: #888888;line-height: 25px;}

.bkedt_card > dl dt {font-size: 14px;color: #333333;height: 40px;line-height: 40px;}
.bkedt_card > dl dd {font-size: 14px;color: #888;line-height: 25px;}
.bkedt_tit {padding:20px 0;border-bottom: 1px solid #eee;}
.bkedt_card .bkedt_tit:last-of-type {border: none;}
.bkedt_tit > img {width: 150px;height: 97px;}
.bkedt_tit > .bkedt_abs {width: 610px;padding-left: 20px;}
.bkedt_abs > .title{height: 40px;line-height: 40px;font-size: 18px;color: #333333;font-weight: normal;}
.bkedt_abs > p {font-size: 12px;color: #888;height: 50px;line-height: 25px;margin-top: 7px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.bkedt_card .title01 {height: 35px;line-height: 35px;    position: relative;}
.bkedt_card .title {height: 40px;line-height: 40px;}
.bkedt_abs .title:hover {color:#f23835 }
.bkedt_recomd, .bkedt_quest {padding:20px;border-top: 2px solid #f23835;}
.bkedt_title_r {display: block;height: 40px;line-height: 40px;font-size: 18px;color: #333;}
.bkedt_recomd .recomd_list {padding:10px 0;}
.bkedt_recomd .recomd_list img{width: 110px;height: 71px;}
.recomd_list .recomd_tit {width: 160px;}
.recomd_list .recomd_tit > a {height: 25px;line-height: 25px; font-size: 15px;color: #333;font-weight: normal;}
.recomd_list .recomd_tit > a:hover {color: #f23835;}
.recomd_list .recomd_tit p {height: 46px;line-height: 23px;font-size: 12px;color: #888;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
.bkedt_quest,.bkedt_indxr {margin-top: 30px;width: 290px;}
.bkedt_quest ul {margin-bottom: 5px;}
.bkedt_quest ul li {padding-left: 25px; height: 35px;line-height: 35px;font-size: 14px;color: #444;overflow: hidden;cursor: pointer;}
.bkedt_quest ul li:hover a{color: #f23835;}
.bkedt_indxr {padding:20px;position: relative;width: 290px;}
.bkedt_indxr .linel {position:absolute;top:38px;left: 25px;bottom: 40px;width: 2px;background: #e9e9e9;}
.bkedt_indxr dl dt, .bkedt_indxr dl dd{position: relative;z-index: 2;}
.bkedt_indxr dl dt {font-size: 16px;color: #ddd;}
.bkedt_indxr dl dt i{padding-right: 20px;}
.bkedt_indxr dl dd {height: 40px;line-height: 40px;font-size: 14px;color: #333;cursor: pointer;cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.bkedt_indxr dl dd i{padding-right: 18px;}
.bkedt_indxr dl dd.active a {color: #f23835;}